home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: animaux@ix.netcom.com(:))
- Newsgroups: comp.dcom.modems
- Subject: ZOOM 14.4PC question
- Date: 3 Apr 1996 03:40:51 GMT
- Organization: Netcom
- Message-ID: <4jss03$b6@reader2.ix.netcom.com>
- NNTP-Posting-Host: ix-dfw25-23.ix.netcom.com
- X-NETCOM-Date: Tue Apr 02 7:40:51 PM PST 1996
-
- OK here's the weird question I'm having. This afternoon everything was
- working fine. Things are still fine, but very puzzling. My terminal
- program (SmartComLE) runs great. However, Netcom's NetCruiser, is, (I
- think) doing the funny stuff. When I start it, it takes about 1 to 1.5
- minutes for the modem to initialize before it dials. After it connects,
- everything runs great. As a matter of fact, below is the winsock load
- routine, which has my setup string in it, and I'm connecting at 19.2!
-
- But why the lag? SmartCom goes right to a dial tone and dials.
- This afternoon I played around with COMM.DRV, and replaced it with
- CYBERCOMM.DRV. Also added COM2FIFO=1 to system.ini. This is where the
- problem started, I think, because A.) the cybercomm.drv exhibited the
- above behavior, and now, 2.) comm.drv does the same thing
- after changing everything back.
- Can something be corrupted? I've re-installed NetCruiser, comm.drv
- works with other programs so it should be good, etc.
-
- Just a very puzzling problem.
-
- Appreciate any help at all - thank you
-
- *************************
- trace mask set to 10
- winsock(1399942): MOD:
- modemdial(): C:\NETCOM\MODEMS.CFG
- winsock(1399987): MOD:
- status: Looking for modem...
- winsock(1400028): MOD:
- sent: \d\dATE1Q0V1\r
- winsock(1400110): MOD:
- got: ATE1Q0V1
- winsock(1400150): MOD:
- got: OK
- winsock(1400191): MOD:
- waitatt(): len=2, resp=OK
- winsock(1400231): MOD:
- status: Initializing modem...
- winsock(1400271): MOD:
- sent: AT&F0&C1&D2&K3\r
- winsock(1400348): MOD:
- got: AT&F0&C1&D2&K3
- winsock(1400388): MOD:
- got: OK
- winsock(1400429): MOD:
- waitsup(): len=2, resp=OK
- winsock(1400469): MOD:
- status: Dialing , TX
- winsock(1400510): MOD:
- sent: ATDT753-0045\r
- winsock(1400582): MOD:
- got: ATDT753-0045
- winsock(1400884): MOD:
- got: CONNECT 19200
- winsock(1400924): MOD:
- waitcon(): len=13, resp=CONNECT 19200
- winsock(1400964): MOD:
- status: Logging in...
- winsock(1401052): MOD:
- got: netcom login: (no newline)
- winsock(1401092): MOD:
- status:
- winsock(1401132): MOD:
- sent: $animaux
- winsock(1401195): MOD:
- got: $animaux
- winsock(1401246): MOD:
- got: Password: (no newline)
- winsock(1401286): MOD:
- status: Waiting for internet address...
- winsock(1401326): MOD:
- sent: ******
- winsock(1401408): MOD:
- got: SL/IP session from (163.179.23.48) to 204.31.250.215 beginning....
- (no newline)
-